Review Cards: HTML & CSS

What does HTML stand for?
HyperText Markup Language
What property changes background color?
background-color
What tag is used for links?
<a>
How do you center text in CSS?
text-align: center;
What is the CSS selector for ID?
#yourID
How do you make text bold in HTML?
<strong> or <b>
What does CSS stand for?
Cascading Style Sheets
What tag starts an HTML doc?
<html>